home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2593 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.micron.net!news
  2. From: devans@ccubb.com (David Evans)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Running AmiTCP-4.0
  5. Date: Sun, 17 Mar 96 21:00:07
  6. Organization: Sysop of CCUBB.COM
  7. Distribution: world
  8. Message-ID: <19960317.7C0AF90.128C5@ccubb.com>
  9. NNTP-Posting-Host: ccubb.com
  10.  
  11. On Tue 12-Mar-1996  2:12p, David Buonomo wrote:
  12. DB> "WaitForPort: Unkown Command
  13. DB> Failed returncode 10"
  14.  
  15. I have seen that error on DOZENS of A2000's.  Your basic problem is that
  16. SYS:Rexxc isn't in your path.  (Of course , Arexx should be started first!)
  17. To fix your path, there are two basic fixes that you need to perform.
  18.  
  19. Step #1:  Edit the file S:Shell-Startup and modify your file to contain the
  20. following:
  21.  
  22.                 path SYS:Rexxc add
  23.  
  24.  
  25. Step #2:  Add the line "loadwb NewPath" as the LAST LINE of your
  26. S:User-Startup file.  The function of this command is to inform workbench of
  27. any paths you have assigned in your startup-sequence.  Due to the
  28. multi-tasking nature of your amiga, its possible that the "LoadWB" in the
  29. S:Startup-Sequence will be performed BEFORE the S:User-Startup completes.
  30. This basically takes an additional "Snapshot" of your path for workbench.  It
  31. does NOT re-load workbench.
  32.  
  33.  
  34. Hope that the above helps!  Arexx has the command "WaitforPort" in the
  35. directory SYS:Rexxc assuming you have a "normal" setup for your OS.
  36.